home *** CD-ROM | disk | FTP | other *** search
- // -------------------------------------------------------------------------------------
- // RemoteCommand
- // -------------------------------------------------------------------------------------
-
- #import <appkit/Application.h>
-
- // -------------------------------------------------------------------------------------
- @interface RemoteCommand : Application
- {
-
- id newExecWindow;
- id newExecHost;
- id newExecServer;
-
- char *appUserName;
- char *appUserHome;
- char *appServerHost;
- char *appServerName;
-
- }
-
- // -------------------------------------------------------------------------------------
-
- const char *XAppPath();
-
- - (const char*)appUserName;
- - (const char*)appUserHome;
- - (const char*)appServerHost;
- - (const char*)appServerName;
-
- @end
-